In this guide, we walk you through the process of resizing disk partitions using built-in tools like GParted and command-line utilities. Whether you’re looking to expand or shrink your partitions, this tutorial covers everything you need to know, fr
Resizing a "partition" is not a single-step operation. Indeed, there are in fact a logical volume and a filesystem on top of it. Both need to be resized in the correct order. First, reduce the filesystem with the resize2fs command. In this first
This blog will provide a comprehensive guide on how to resize Linux partitions without data loss, covering fundamental concepts, usage methods, common practices, and best practices.
Here are the main steps to extend a partition on Ubuntu: 1. Identify the partition name (ex: /dev/sda3). 2. Create and boot on a Live system if you want to resize the system partition. 3. Use Gparted to resize the partition. I will now give you all of the
NOTE: You cannot shrink the current Ubuntu system partition, because it needs to un-mount the partition first! In the case, either re-boot into a dual-boot system (if any) or boot Live Ubuntu from USB, then follow this tutorial.